body {
    background-color: black;
    color: white;
    height: 100%;
    font-family: Arial;
}

.body {
    height: 100%;
    display: flex;
}

.bester{
    font-family: "Arial Narrow";
    font-weight: bold;
}
.solutions{
    font-family: "Arial Narrow";
    font-weight: 400;
}

.left {
    width: 69%;
    float: left;
}
.left img {
    max-width: 100%;
    height: auto;
}
.right {
    width: 27%;
    padding: 2%;
    float: left;
    background-color: #003b75;
}